9f0d452d79611be10bef561fb98109fa5d1a07f6,compiler/src/test/java/de/adrodoc55/minecraft/mpl/ast/visitor/MplAstVisitorTest.java,MplAstVisitorTest,test_If_not_mit_invert_im_then,#,1208
Before Change
new InternalCommand(mplIf.getCondition()), //
new InternalCommand("/testforblock ${this - 1} chain_command_block -1 {SuccessCount:0}"), //
new InternalCommand(then1.getCommand(), then1.getMode(), true, then1.getNeedsRedstone()), //
new InvertingCommand(then1.getMode()), //
new InternalCommand("/testforblock ${this - 4} chain_command_block -1 {SuccessCount:0}",
true), //
new InternalCommand(then2.getCommand(), then2.getMode(), true, then2.getNeedsRedstone()), //
After Change
new InternalCommand(mplIf.getCondition()), //
new InternalCommand("/testforblock ${this - 1} chain_command_block -1 {SuccessCount:0}"), //
new InternalCommand(then1.getCommand(), then1.getMode(), true, then1.getNeedsRedstone()), //
newInvertingCommand(then1.getMode()), //
new InternalCommand("/testforblock ${this - 4} chain_command_block -1 {SuccessCount:0}",
true), //
new InternalCommand(then2.getCommand(), then2.getMode(), true, then2.getNeedsRedstone()), //